* systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is
authorJim Blandy <jimb@redhat.com>
Sat, 20 Mar 1993 22:58:21 +0000 (22:58 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 20 Mar 1993 22:58:21 +0000 (22:58 +0000)
#defined.

src/systime.h

index d6b1898c7f181e43efcbd671caa56623379a7efc..3653859848182e3e55af0d3e3d23bea57bd39364 100644 (file)
@@ -84,6 +84,8 @@ extern long timezone;
 
 #ifdef HAVE_TIMEVAL
 
+#define EMACS_HAS_USECS
+
 #define EMACS_TIME struct timeval
 #define EMACS_SECS(time)                   ((time).tv_sec  + 0)
 #define EMACS_USECS(time)                  ((time).tv_usec + 0)